func net/http.exactMatch
3 uses
net/http (current package)
server.go#L2729: if !exactMatch(n, path) && u != nil && !strings.HasSuffix(path, "/") {
server.go#L2733: if exactMatch(n2, path) {
server.go#L2766: func exactMatch(n *routingNode, path string) bool {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)